Fixed declared data type of color options.
authoroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 8 Dec 2005 00:11:55 +0000 (00:11 +0000)
committeroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 8 Dec 2005 00:11:55 +0000 (00:11 +0000)
gpsbabel/ozi.c

index 8238678f20586fd7f806cb716fcad72a02fadf1f..f4d0f509c39585f12826e6e2277e794f25e4ed46 100644 (file)
@@ -66,9 +66,9 @@ arglist_t ozi_args[] = {
        {"snunique", &snuniqueopt, "Make synth. shortnames unique",
                NULL, ARGTYPE_BOOL},
        {"wptfgcolor", &wptfgcolor, "Waypoint foreground color",
-               "black", ARGTYPE_INT},
+               "black", ARGTYPE_STRING},
        {"wptbgcolor", &wptbgcolor, "Waypoint background color",
-               "yellow", ARGTYPE_INT},
+               "yellow", ARGTYPE_STRING},
        {0, 0, 0, 0, 0}
 };